home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / docutil.arc / DELO2A.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-03-14  |  278 b   |  16 lines

  1. if %1==append goto step1
  2. if %1==APPEND goto step1
  3. pause File A:LIST.TEM will be erased Ctrl Break if APPEND was needed
  4.  
  5. erase a:list.tem
  6.  
  7. :step1
  8. cls   
  9. REM BER to stop Ctrl Break
  10. pause Put new disk in drive B:
  11. dir b:>> a:list.tem
  12.            
  13. goto step1
  14. :step2
  15.  
  16.